const net/http.http2ErrCodeStreamClosed

5 uses

	net/http (current package)
		h2_bundle.go#L1177: 	http2ErrCodeStreamClosed       http2ErrCode = 0x5
		h2_bundle.go#L1194: 	http2ErrCodeStreamClosed:       "STREAM_CLOSED",
		h2_bundle.go#L5424: 		return sc.countError("closed", http2streamError(id, http2ErrCodeStreamClosed))
		h2_bundle.go#L5449: 				return sc.countError("body_write_err", http2streamError(id, http2ErrCodeStreamClosed))
		h2_bundle.go#L5552: 			return sc.countError("headers_half_closed", http2streamError(id, http2ErrCodeStreamClosed))